Search
BinaryContext.WriteFloat Method
See Also
 






Writes the specified float to the underlying stream.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public void WriteFloat (
    Nullable<Single> value
)

Visual Basic  Copy Code

Public Sub WriteFloat( _
    value As Nullable(Of Single) _
)

 Parameters

value

The float to write.

 See Also